home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / Dice / src / rtSetReqPositionR.asm < prev    next >
Assembly Source File  |  1992-06-10  |  163b  |  18 lines

  1.  
  2.     INCLUDE    "ReqTools.i"
  3.  
  4.     XDEF    @rtSetReqPosition
  5.  
  6. rl    REG    a2/a6
  7.  
  8. @rtSetReqPosition:
  9.  
  10.     movem.l    rl,-(a7)
  11.     RTB
  12.     move.l    d1,a2
  13.     jsr    -126(a6)
  14.     movem.l    (a7)+,rl
  15.     rts
  16.  
  17.     END
  18.